home *** CD-ROM | disk | FTP | other *** search
- #define rMenuBar 128
-
- #define mApple 128
- #define mFile 129
-
- #define iAbout 1
-
- #define iQuit 1
-
- void InitializeToolbox( void );
- void DrawMenubar( void );
- void EventOnce( void );
- void DrawMenubar( void );
- void SetUpMainWindow( void );
- void HandleUpdate( EventRecord theEvent );
- void HandleMouseDown( EventRecord *eventPtr );
- void HandleAppleChoice( short item );
- void HandleFileChoice( short item );
- void HandleKeyDown( EventRecord theEvent );
- void HandleMenuChoice( long theChoice );
- void AboutDialog( void );
-
- Boolean done = false;
- WindowPtr mainWindow;